Add(TKey,TValue) Method

Summary
Adds the specified key and value to the dictionary.
Syntax
C#
VB
C++
public void Add( 
   TKey key, 
   TValue value 
) 
public: 
void Add(  
   TKey^ key, 
   TValue^ value 
)  
Public Sub Add( 
   ByVal key As TKey, 
   ByVal value As TValue 
) 

Parameters

key
The key of the element to add.

value
The value of the element to add. The value can be null for reference types.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Medical.Workstation Assembly